Click or drag to resize

ServiceCancelMeetingRequest Method (IListRemoveItem)

Cancels meetings.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<ItemInfoResponse> CancelMeetingRequest(
	IList<RemoveItem> removeItems
)

Parameters

removeItems
Type: System.Collections.GenericIListRemoveItem
The remove items.

Return Value

Type: IListItemInfoResponse
IList{ItemInfoResponse}.
See Also